SG Window
Version Property

©1998 by Stinga

See Also     Properties     Methods      Events     Constants     Error Codes
Description

Returns string  containig version and build number.

Syntax

object.Version

The object is expression that evaluates to the Window object.

Example
Dim wnd As New SGWindow.Window
MsgBox "SG Window version is " & wnd.Version